home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
CHIP Turkiye Ekim 2000.iso
/
prog
/
share
/
54
/
Windows
/
system32
/
ATRSRC32.DLL
/
TEXT
/
1
next >
Wrap
Text File
|
2000-02-08
|
2KB
|
77 lines
%Miramar Systems PC MACLAN 6.0 Demo Watermark
%Insert this code into PostScript program immediately after each %%EndPageSetup DSC comment
/defShowPage systemdict /showpage get def
/CenteredLine
{ /theString exch def
theString stringwidth
pop %pop y value off stack
/theStringWidth exch def
theStringWidth 2 div neg 0 rmoveto
theString show
theStringWidth 2 div neg stringSpacing neg rmoveto
}
def
%before calling CenteredLine, define stringSpacing
/doMiramarWatermark
{
gsave %save the graphics state established thus far by the driver
/Courier findfont
/theStringHeight 36 def theStringHeight scalefont
theStringHeight 1.2 mul /stringSpacing exch def
setfont
initmatrix
279 702 translate
30 rotate
0 0 moveto
.80 setgray
(PC MACLAN) CenteredLine
(For Windows 2000) CenteredLine
(Demo Version) CenteredLine
/Courier findfont
/theStringHeight 18 def theStringHeight scalefont
theStringHeight 1.2 mul /stringSpacing exch def
setfont
initmatrix
261 247 translate
30 rotate
0 0 moveto
(TO ORDER A COMPLETE PACKAGE) CenteredLine
(OF PC MACLAN) CenteredLine
(CALL: \(800\) 862-2526) CenteredLine
() CenteredLine
/Courier findfont
/theStringHeight 14 def theStringHeight scalefont
theStringHeight 1.2 mul /stringSpacing exch def
setfont
(Miramar Systems, Inc.) CenteredLine
(10 East Yanonali Street) CenteredLine
(Santa Barbara, CA 93101) CenteredLine
(voice: \(805\) 966-2432 \267 fax: \(805\) 965-1824)
CenteredLine
(email: sales@miramarsys.com) CenteredLine
(web: www.miramarsys.com) CenteredLine
grestore %restore driver's graphics state
}
def
/showpage
{
doMiramarWatermark
defShowPage
}
def
%End Miramar Watermark